home *** CD-ROM | disk | FTP | other *** search
- dialog(name: '$$$/Prefs/Conversion', margin_height: 0, margin_width: 0)
- {
- view(align_children: align_left, dheight: gPrefsPanelHeight, dwidth: gPrefsPanelWidth)
- {
- cluster(item_id: 'clus', name: '$$$/Dialogs/EmptyStr', dheight: gPrefsPanelHeight, dwidth: gPrefsPanelWidth, align_children: align_center)
- {
- view(align_children: align_row, alignment: align_fill)
- {
- list_box(item_id: 'Hdlr', width: max_char_width() * 12, height: gEditTextHeight * 12);
- gap(width: 32);
- view(align_children: align_offscreen, alignment: align_fill, height: gEditTextHeight * 12)
- {
- view(alignment: align_fill, height: gEditTextHeight * 12)
- {
- list_box(item_id: 'Desc', alignment: align_fill, height: gEditTextHeight * 12, width: 200);
- }
- cluster(item_id: 'Cant', alignment: align_fill, height: gEditTextHeight * 12)
- {
- static_text(item_id: 'Why ', alignment: align_fill, height: gEditTextHeight * 5, name: '$$$/Dialogs/EmptyStr');
- }
- }
- }
- view(align_children: align_row, alignment: align_fill)
- {
- gap(width: max_char_width() * 12);
- gap(width: 32);
- button(item_id: 'Sett', name: '$$$/Prefs/Conversion/SettingsButton');
- }
- }
- }
- }
-